home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / gift40b7.zip / PROUTEST.BAT < prev    next >
DOS Batch File  |  1991-11-23  |  351b  |  12 lines

  1. @echo off
  2. rem -- process test uploads request - for ProDOOR 3.4
  3. rem -- %1-logfile, %2-testdir, %3-comport, %4-conference
  4. if exist %DSZLOG% type %DSZLOG% >> perm.log
  5. if not exist %2\*.* goto end
  6.  
  7. rem -- test each uploaded file individually
  8. proecho %3 ~~Testing uploads.  Please wait...~
  9. for %%f in (%2\*.*) do call prout1 %1 %%f %3 %4
  10.  
  11. :end
  12.